- Go to and drag out two Random Integer commands.
- Drop them ABOVE the goal_star shape, inside the interval event.
- Rename them rand_x and rand_y.
- Change the rand_x range to ( -250, 250). Change the rand_y range to (-100, 250).
- Now replace goal_star's x-coordinate with rand_x and its y-coordinate with rand_y.
To navigate the page using the TAB key, first press ESC to exit the code editor.